partial application meaning in Chinese
切一刀
Examples
- Call gives rise to the partial application of the closure
调用只引起了闭包的部分应用程序。 - Is a partial application that adapts the binary multiplication to be a unary closure by using a constant second operand
是个局部应用程序,通过使用一个不变的第二操作数,把二元乘法改变成一元闭包。 - The success achieved by the partial application of the new commercial model in the early stage will finally drive the whole group to establish a new commercial model and cultivate the core competitive force of the enterprise
在新商务模式的实施中,宜采用以点带面的方法,通过前期局部实施的成功,最终带动整个兴达集团建立新型的商务模式,逐步培养企业的核心竞争力,使企业走上信息化发展的道路。 - If you used the idiom in listing 1 to invoke listeners , and the second listener in the list throws an unchecked exception , not only do the subsequent listeners not get called potentially leaving the application in an inconsistent state , but it might even take down the thread in which it is executing , causing a partial application failure
如果使用清单1的方式调用侦听器,列表中的第二个侦听器就会抛出未检测异常,那么不仅后续的侦听器得不到调用(可能造成应用程序处在不一致的状态) ,而且有可能把执行它的线程破坏掉,从而造成局部应用程序失败。